-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rhel: deprecate RHCC updater in favor of VEX updater #1385
Open
crozzy
wants to merge
1
commit into
quay:main
Choose a base branch
from
crozzy:rhcc-updater-deprication
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
crozzy
force-pushed
the
rhcc-updater-deprication
branch
from
August 19, 2024 18:09
9e580e6
to
920e2f9
Compare
crozzy
force-pushed
the
rhcc-updater-deprication
branch
7 times, most recently
from
September 11, 2024 22:38
30cf3ba
to
50b3135
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1385 +/- ##
==========================================
- Coverage 55.41% 55.20% -0.21%
==========================================
Files 282 281 -1
Lines 17890 17834 -56
==========================================
- Hits 9914 9846 -68
- Misses 6934 6946 +12
Partials 1042 1042 ☔ View full report in Codecov by Sentry. |
crozzy
force-pushed
the
rhcc-updater-deprication
branch
from
September 12, 2024 15:45
50b3135
to
407a742
Compare
RTann
reviewed
Sep 19, 2024
crozzy
force-pushed
the
rhcc-updater-deprication
branch
2 times, most recently
from
September 23, 2024 21:38
db52f7a
to
286c7c3
Compare
RTann
reviewed
Sep 23, 2024
crozzy
force-pushed
the
rhcc-updater-deprication
branch
from
September 24, 2024 17:57
286c7c3
to
b4e7c0e
Compare
RTann
reviewed
Oct 1, 2024
crozzy
force-pushed
the
rhcc-updater-deprication
branch
from
October 8, 2024 18:45
b4e7c0e
to
275c77c
Compare
crozzy
force-pushed
the
rhcc-updater-deprication
branch
from
October 8, 2024 18:46
275c77c
to
a14ba64
Compare
RTann
reviewed
Oct 10, 2024
crozzy
force-pushed
the
rhcc-updater-deprication
branch
5 times, most recently
from
October 11, 2024 21:33
e861ad8
to
b43377a
Compare
RTann
previously approved these changes
Oct 11, 2024
crozzy
force-pushed
the
rhcc-updater-deprication
branch
2 times, most recently
from
October 14, 2024 18:33
2d919d7
to
4214b21
Compare
RTann
previously approved these changes
Oct 14, 2024
crozzy
force-pushed
the
rhcc-updater-deprication
branch
from
November 11, 2024 19:39
4214b21
to
e3ccb2f
Compare
We can extract vulnerability information about containers from the VEX data. This negates the need to look for it in the cvemap.xml file. This change modifies the VEX updater to allow for ingesting vulnerabilities in a way that can be matched my the RHCC matcher. Signed-off-by: crozzy <[email protected]>
crozzy
force-pushed
the
rhcc-updater-deprication
branch
from
November 11, 2024 19:45
e3ccb2f
to
c3150ed
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
We can extract vulnerability information about containers from the VEX data. This negates the need to look for it in the cvemap.xml file. This change modifies the VEX updater to allow for ingesting vulnerabilities in a way that can be matched my the RHCC matcher.